home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / SURVIVE / FMMAIN.dfm / FMMAIN.txt
Text File  |  1997-05-17  |  691b  |  35 lines

  1. object frmMain: TfrmMain
  2.   Left = 197
  3.   Top = 92
  4.   Width = 552
  5.   Height = 447
  6.   Caption = 'Marker Demo Program'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = mnuMain
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object mnuMain: TMainMenu
  16.     Left = 7
  17.     Top = 28
  18.     object mnuIssue: TMenuItem
  19.       Caption = '&Issue'
  20.       ShortCut = 0
  21.       OnClick = mnuIssueClick
  22.     end
  23.     object mnuPayment: TMenuItem
  24.       Caption = '&Payment'
  25.       ShortCut = 0
  26.       OnClick = mnuPaymentClick
  27.     end
  28.     object mnuExit: TMenuItem
  29.       Caption = 'E&xit'
  30.       ShortCut = 0
  31.       OnClick = mnuExitClick
  32.     end
  33.   end
  34. end
  35.